blob: dae8d4d44c337921e6c70beb17af28b99dd55012 [file] [log] [blame]
{
"name": "Principle",
"version": "1.2",
"summary": "A swift library to create compile-time checked NSPredicates, NSSortDesciptions, Filters and Comparators",
"homepage": "https://bitbucket.org/iam_apps/principle/src/master/",
"documentation_url": "https://bitbucket.org/iam_apps/principle/src/master/",
"license": {
"type": "MIT"
},
"authors": {
"Alex Lynch": "alex@iamapps.net"
},
"platforms": {
"ios": "10.0",
"osx": "10.11",
"tvos": "10.0"
},
"pod_target_xcconfig": {
"SWIFT_VERSION": "4.1"
},
"source": {
"git": "https://bitbucket.org/iam_apps/principle.git",
"tag": "v1.2"
},
"source_files": "Principle/*.swift"
}