Skip to content

Commit

Permalink
Specify minimum iOS version in podspec
Browse files Browse the repository at this point in the history
  • Loading branch information
vtourraine committed Sep 22, 2015
1 parent fd4344d commit fa7982f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion AcknowList.podspec.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
},
"source_files": "Source/*.swift",
"platforms": {
"ios": null
"ios": "8.0"
},
"frameworks": "UIKit",
"requires_arc": true
Expand Down

0 comments on commit fa7982f

Please sign in to comment.